home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / winlib-0.0 / winlib-0 / win / internal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-02  |  673 b   |  29 lines

  1. /*
  2.  * WinLIB
  3.  * Library internals - not for outside use
  4.  */
  5.  
  6. #define    WINLIB_VERSION    "0.0.4-01/02/96"
  7.  
  8. /* Sound functions */
  9. void    _play_sound(char *);
  10.  
  11. /* Window functions */
  12. void    _top_window_link(void);
  13. void    _bottom_window_link(void);
  14. int    _winstruct_length(void);
  15. void    _create_window(int, int, int, int, char *, int);
  16. void    _add_window_link(void);
  17. void    _handle_window(Gpm_Event *);
  18.  
  19. /* Menu functions */
  20. void    _top_menu_link(void);
  21. void    _create_menubar(void);
  22. int    _menustruct_length(void);
  23. void    _add_menu_link(void);
  24. void    _unselect_menu(void);
  25. void    _unselect_menubar(void);
  26. void    _handle_menu(Gpm_Event *);
  27. void    _handle_menu_selection(Gpm_Event *);
  28. void    _unselect_item(void);
  29.